summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorClaudia Pellegrino2021-11-11 13:11:40 +0100
committerClaudia Pellegrino2021-11-11 13:11:40 +0100
commitdf0c678ecda5ee9a4cd74dc73f231fe0c0b66252 (patch)
treee18c4751cea9c0d998a5900d0274375975b336af /.editorconfig
downloadaur-df0c678ecda5ee9a4cd74dc73f231fe0c0b66252.tar.gz
python-cyclonedx-lib v0.11.1
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig20
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