projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd3d5e0
)
Add an EditorConfig definitions file for debian/*.
author
Peter Pentchev
<roam@debian.org>
Fri, 12 Aug 2022 10:12:19 +0000
(13:12 +0300)
committer
Peter Pentchev
<roam@debian.org>
Fri, 12 Aug 2022 10:12:19 +0000
(13:12 +0300)
debian/.editorconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/debian/.editorconfig
b/debian/.editorconfig
new file mode 100644
(file)
index 0000000..
64d9fad
--- /dev/null
+++ b/
debian/.editorconfig
@@ -0,0
+1,32
@@
+# https://editorconfig.org/
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+
+[*.c]
+indent_style = tab
+tab_size = 8
+
+[*.py]
+indent_style = space
+indent_size = 4
+
+[*.symbols]
+indent_style = space
+indent_size = 1
+
+[{changelog,watch,tox.ini}]
+indent_style = space
+indent_size = 2
+
+[{control,copyright}]
+indent_style = space
+indent_size = 1
+
+[rules]
+indent_style = tab
+tab_size = 8