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 0da8f0d commit d32b38eCopy full SHA for d32b38e
.editorconfig
@@ -1,18 +1,17 @@
1
-# EditorConfig: http://EditorConfig.org
+# EditorConfig is awesome: https://EditorConfig.org
2
3
-# top-most EditorConfig file
4
root = true
5
6
-# Unix-style newlines with a newline ending every file
7
[*]
8
-charset = utf-8
9
end_of_line = lf
10
-trim_trailing_whitespace = true
11
insert_final_newline = true
+
+[*.{js,d.ts,ts}]
+charset = utf-8
+trim_trailing_whitespace = true
12
indent_style = space
13
indent_size = 4
14
15
-# 2 space indentation
16
-[*.yaml, *.yml]
+[package.json,*.yaml]
17
18
indent_size = 2
.gitattributes
@@ -0,0 +1 @@
+* text=auto eol=lf
0 commit comments