File tree 3 files changed +43
-12
lines changed
3 files changed +43
-12
lines changed Original file line number Diff line number Diff line change
1
+ [* ]
2
+ end_of_line = lf
3
+ insert_final_newline = true
4
+ indent_style = space
5
+ indent_size = 2
6
+ trim_trailing_whitespace = true
7
+
1
8
[* .sh ]
2
9
# like -i=2
3
10
indent_style = space
Original file line number Diff line number Diff line change 3
3
4
4
# Explicitly declare text files you want to always be normalized and converted
5
5
# to native line endings on checkout.
6
- * .c text
7
- * .cpp text
8
- * .h text
9
- * .s text
10
- * .S text
11
- * .ld text
12
- * .txt text
13
- * .xml text
14
- * .py text
15
- * .md text
16
- * .json text
6
+ .astyleignore text eol =lf
7
+ .astylerc text eol =lf
8
+ .editorconfig text eol =lf
9
+ .flake8 text eol =lf
10
+ .gitattributes text eol =lf
11
+ .gitignore text eol =lf
12
+
13
+ * .adoc text eol =lf
14
+ * .c text eol =lf
15
+ * .cmake text eol =lf
16
+ * .cpp text eol =lf
17
+ * .css text eol =lf
18
+ * .dtsi text eol =lf
19
+ * .gv text eol =lf
20
+ * .h text eol =lf
21
+ * .html text eol =lf
22
+ * .in text eol =lf
23
+ * .ino text eol =lf
24
+ * .json text eol =lf
25
+ * .ld text eol =lf
26
+ * .md text eol =lf
27
+ * .MD text eol =lf
28
+ * .old text eol =lf
29
+ * .pde text eol =lf
30
+ * .properties text eol =lf
31
+ * .py text eol =lf
32
+ * .s text eol =lf
33
+ * .S text eol =lf
34
+ * .sh text eol =lf
35
+ * .spec text eol =lf
36
+ * .txt text eol =lf
37
+ * .yml text eol =lf
17
38
18
39
# Denote all files that are truly binary and should not be modified.
19
- * .png binary
20
40
* .jpg binary
41
+ * .pdf binary
42
+ * .png binary
43
+
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ style=kr
13
13
# 2 spaces, convert tabs to spaces
14
14
indent=spaces=2
15
15
convert-tabs
16
+ lineend=linux
16
17
17
18
# Indent switches and cases
18
19
indent-classes
You can’t perform that action at this time.
0 commit comments