diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1d407f8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# Config file for generic text editors. + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{yml,yaml}] +indent_style = space +indent_size = 2 diff --git a/.gitattributes b/.gitattributes index 3384f57..b060f5c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ -* text=auto - # Use Git LFS for binary files *.wav filter=lfs diff=lfs merge=lfs -text *.flac filter=lfs diff=lfs merge=lfs -text