We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce702f7 commit ce47f8bCopy full SHA for ce47f8b
.editorconfig
@@ -0,0 +1,16 @@
1
+# editorconfig.org
2
+root = true
3
+
4
+[*]
5
+end_of_line = crlf
6
+trim_trailing_whitespace = true
7
+insert_final_newline = true
8
+charset = utf-8
9
10
+[*.{js,html,css}]
11
+indent_style = space
12
+indent_size = 4
13
14
+[*.{json}]
15
16
+indent_size = 2
.prettierignore
@@ -0,0 +1 @@
+package.json
.prettierrc
@@ -0,0 +1,8 @@
+{
+ "printWidth": 120,
+ "proseWrap": "never",
+ "tabWidth":4,
+ "semi":true,
+ "trailingComma":"none",
+ "bracketSpacing":true
+ }
0 commit comments