summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-11-19 16:15:07 +0000
committerIvan Zhakov <ivan@apache.org>2022-11-19 16:15:07 +0000
commit961caf5f46055483fa72ab02f5e8baa16c209e2f (patch)
tree2c36a9ab777d5b445669a81b906684e2c9a23b63
parentddf6aa4327df4eee8b481a222c2635ba000471c3 (diff)
downloadapr-961caf5f46055483fa72ab02f5e8baa16c209e2f.tar.gz
* .editorconfig: Configure trim_trailing_whitespace = true for all files.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905408 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 2a3d1e990..75176d99b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,6 +3,7 @@ root = true
[*]
indent_style = space
insert_final_newline = true
+trim_trailing_whitespace = true
[**/CMakeLists.txt]
indent_size = 2