diff --git a/.editorconfig b/.editorconfig index e209bb1..20b1a11 100755 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,70 @@ root = true -[*.*] +[*] end_of_line = lf charset = utf-8 indent_style = space -indent_size = 2 +indent_size = 4 trim_trailing_whitespace = true + +[*.{nix,md,json}] +indent_size = 2 + +[Makefile] +indent_style = tab + +[.github/**] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset + +[*.lock] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset + +[LICENSE] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset + +[*.norg] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset + +[doc/*] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset + +[installer.lua] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset + +[*/**/config/internal.lua] +indent_size = unset +indent_style = unset + +[spec/**/*.lua] +indent_size = unset +indent_style = unset