editorconfig: initial

This commit is contained in:
Daniel Eklöf 2021-07-27 21:31:54 +02:00
parent 8bdd019227
commit 64d92146db
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

19
.editorconfig Normal file
View file

@ -0,0 +1,19 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4
max_line_length = 80
[*.scd]
indent_style = tab
[{meson.build,PKGBUILD}]
indent_size = 2
[doc/foot-ctlseqs.7.scd]
trim_trailing_whitespace = false