We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d1db4 commit 707ab7bCopy full SHA for 707ab7b
.editorconfig
@@ -0,0 +1,17 @@
1
+# EditorConfig helps developers to maintain consistent coding styles between different editors and IDEs.
2
+# For more information about the properties used in this file, please see http://editorconfig.org/.
3
+
4
+root = true
5
6
+[*]
7
+charset = utf-8
8
+indent_style = space
9
+insert_final_newline = true
10
11
+[*.java]
12
+indent_size = 4
13
+trim_trailing_whitespace = true
14
15
+[*.{js,jsx}]
16
+indent_size = 2
17
0 commit comments