diff options
author | Soispha <soispha@vhack.eu> | 2023-07-19 15:55:34 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-19 15:55:34 +0200 |
commit | 218e599d2da06edee3a629d19a9f465fb71c9ad8 (patch) | |
tree | c37c52a4b0f42606792836384b94ed4c25863dce /.editorconfig | |
parent | Merge: Branch 'update' (diff) | |
parent | Style(treewide): Format after removing vim lines (diff) | |
download | nixos-server-218e599d2da06edee3a629d19a9f465fb71c9ad8.tar.gz nixos-server-218e599d2da06edee3a629d19a9f465fb71c9ad8.zip |
Merge: Branch 'streamline'
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8cfc43a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true + +# Matches multiple files with brace expansion notation +# Set default charset +[*.{nix}] +charset = utf-8 +indent_style = space +indent_size = 2 |