diff options
| author | seth <[email protected]> | 2023-11-11 05:51:13 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-11 05:54:16 -0500 |
| commit | 70edf4c616e59a8e83e7ca7faf9faefd6e0b817c (patch) | |
| tree | 353b1b397a8a57c462bf6eb5ccee46b6ac85f35f /.editorconfig | |
initial commit
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..64ab260 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = tab +tab_width = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.yml] +indent_style = space |
