diff options
author | Claudia | 2024-06-02 16:47:30 +0200 |
---|---|---|
committer | Claudia | 2024-06-02 16:50:27 +0200 |
commit | de096688c54c25c319c1cd92d13e7397cbb8866c (patch) | |
tree | f767ccbd258723ed3604f51b5682bc1eac0e7ed6 /.editorconfig | |
download | aur-de096688c54c25c319c1cd92d13e7397cbb8866c.tar.gz |
python-pyproject-patcher v0.1.0
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..29215c86a3df --- /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 + +[*.{diff,patch}] +end_of_line = lf +trim_trailing_whitespace = false + +[PKGBUILD] +indent_size = 2 + +[*.json] +indent_size = 2 |