projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c2c8e6
)
editorconfig: enforce maximum line length in .c and .h files
author
Andreas Rammhold
<andreas@rammhold.de>
Thu, 30 Sep 2021 11:40:51 +0000
(13:40 +0200)
committer
Andreas Rammhold
<andreas@rammhold.de>
Thu, 30 Sep 2021 11:45:34 +0000
(13:45 +0200)
.editorconfig
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index d24acc1f0c26f3e0ab0e46f6c2557563bf9ab719..b80f01b2334dfbde024e7d72c566a59018016e1c 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-18,6
+18,7
@@
charset = utf-8
[*.{c,h}]
indent_style = space
indent_size = 8
+max_line_length = 109
[*.sh]
indent_style = space