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 4b7b316 commit 2535876Copy full SHA for 2535876
.editorconfig
@@ -1,15 +1,17 @@
1
-# EditorConfig is awesome: http://EditorConfig.org
+# EditorConfig is awesome: https://editorconfig.org
2
3
-# Top-most EditorConfig file
4
root = true
5
6
-# Unix-style newlines with newline ending and space indentation for all files
7
[*]
8
end_of_line = lf
9
insert_final_newline = true
+charset = utf-8
10
indent_style = space
+trim_trailing_whitespace = true
11
12
-# 4 space indentation and max line length of 100 in JavaScript/TypeScript files
13
[*.{js,ts}]
14
indent_size = 4
15
max_line_length = 100
+
16
+[*.md]
17
+trim_trailing_whitespace = false
0 commit comments