diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..3dce4145 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 86ab095b..748f4633 100644 --- a/.gitignore +++ b/.gitignore @@ -32,5 +32,5 @@ scripts/*.yml scripts/generateYmlFile.js .yarnrc remote-notice.json -cloc.exe +cloc*.exe !.gitkeep