diff options
author | Claudia Pellegrino | 2021-10-25 13:11:19 +0200 |
---|---|---|
committer | Claudia Pellegrino | 2021-10-25 13:11:19 +0200 |
commit | 88942ffdbc9327a045501d4344150c5f6bcb423d (patch) | |
tree | f94145a3444c4e1fb9e487e2d832a8b4ae4e3b44 /.editorconfig | |
download | aur-88942ffdbc9327a045501d4344150c5f6bcb423d.tar.gz |
Initial commit (v0.2.3)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000000..cf06dd3ed5ab --- /dev/null +++ b/.editorconfig @@ -0,0 +1,20 @@ +# https://editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[.gitattributes] +indent_size = 16 + +[*.{diff,patch}] +end_of_line = lf +trim_trailing_whitespace = false + +[PKGBUILD] +indent_size = 2 |