summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-11-19 16:15:07 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-11-19 16:15:07 +0000
commit07aae469da822d77cd229a647dedc4701749b1ff (patch)
tree2c36a9ab777d5b445669a81b906684e2c9a23b63
parent03d9750b63955c59d825973b59e3992885675594 (diff)
downloadlibapr-07aae469da822d77cd229a647dedc4701749b1ff.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