@@ -0,0 +1,23 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = space
+insert_final_newline = true
+max_line_length = 120
+trim_trailing_whitespace = true
+[*.scss]
+indent_size = 2
+[{*.html,*.js,*.css}]
+tab_width = 2
+[{*.bash,*.sh,*.zsh}]
+[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
@@ -1,3 +0,0 @@
-{
- "liveServer.settings.port": 5501
-}