diff options
Diffstat (limited to 'nix/tamal/.editorconfig')
| -rw-r--r-- | nix/tamal/.editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/tamal/.editorconfig b/nix/tamal/.editorconfig new file mode 100644 index 0000000..d029f52 --- /dev/null +++ b/nix/tamal/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true |
