diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..e2603a6c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +# This file is for unifying the coding style for different editors and IDEs +# editorconfig.org +# +# Jetbrains (IntelliJ etc): https://github.com/JetBrains/intellij-community/tree/master/plugins/editorconfig +# Sublime Text: https://github.com/editorconfig/editorconfig-sublime +# + +root = true + +[*] +end_of_line = lf +indent_style = space +indent_size = 2 +continuation_indent_size = 2 +# trim_trailing_whitespace = true + +[**.md] +trim_trailing_whitespace = false \ No newline at end of file