diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..dcf6e40 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*] +end_of_line = lf +charset = utf-8 + +[*.nix] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true