aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-09-20 17:54:19 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-09-20 17:54:19 -0400
commit173a40be330c1aedec9f7f99ebca67a5edd25c3d (patch)
tree79d9c875754a636fb1418a3f6a3d00fc37fdb698 /.editorconfig
parent30f24bfa3207087b2d12144348ed2fe4f821894c (diff)
downloadmeson-173a40be330c1aedec9f7f99ebca67a5edd25c3d.zip
meson-173a40be330c1aedec9f7f99ebca67a5edd25c3d.tar.gz
meson-173a40be330c1aedec9f7f99ebca67a5edd25c3d.tar.bz2
editorconfig settings: attempt to guarantee the final end-of-line char
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 6401c25..827d6f3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,6 +5,7 @@ charset = utf-8
end_of_line = lf
indent_style = space
trim_trailing_whitespace = true
+insert_final_newline = true
[*.[ch]]
indent_size = 4