diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5b4872d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = false +trim_trailing_whitespace = true +charset = utf-8 +max_line_length = 100 +indent_style = space + +[*.nix] +indent_size = 2 \ No newline at end of file