diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0b0fba4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab +trim_trailing_whitespace = true + +[*.js] +tab_width = 4 + +[*.html] +tab_width = 2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea