diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..682c0af24 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.rs] +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..56aa638d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +### IDE ### +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw?