summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-11-19 08:30:04 +0000
committerIvan Zhakov <ivan@apache.org>2022-11-19 08:30:04 +0000
commit8f3d73a1f9e996148291f1adb9889d5cc882a1c1 (patch)
tree4143090427e86418424bf4749297078389ca6fe2 /.editorconfig
parentdfc3cdc23f4d4f8deedc77b93b34352075d1ea1c (diff)
downloadapr-8f3d73a1f9e996148291f1adb9889d5cc882a1c1.tar.gz
* .editorconfig: Configure insert_final_newline = true for all files.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905393 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index fcc7023b5..2a3d1e990 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,6 +2,7 @@ root = true
[*]
indent_style = space
+insert_final_newline = true
[**/CMakeLists.txt]
indent_size = 2