X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/.editorconfig?ds=sidebyside diff --git a/.vim/bundle/ale/.editorconfig b/.vim/bundle/ale/.editorconfig new file mode 100644 index 00000000..7923f1ab --- /dev/null +++ b/.vim/bundle/ale/.editorconfig @@ -0,0 +1,18 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# Top-most EditorConfig file +root = true + +# Match and apply these rules for all file +# types you open in your code editor +[*] +# Unix-style newlines +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.vader] +indent_style = space +indent_size = 2