We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc5548 commit 272ce95Copy full SHA for 272ce95
.editorconfig
@@ -14,3 +14,27 @@ max_line_length = 100
14
[{Makefile,**/Makefile}]
15
indent_style = tab
16
indent_size = 4
17
+
18
+[.github/**]
19
+charset = unset
20
+end_of_line = unset
21
+insert_final_newline = unset
22
+trim_trailing_whitespace = unset
23
+indent_style = unset
24
+indent_size = unset
25
26
+[LICENSE]
27
28
29
30
31
32
33
34
+[doc/*]
35
36
37
38
39
40
0 commit comments