summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-06-27 22:47:14 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-06-27 22:47:14 +0000
commit9517a9deab3e5af0eed914e5593fa0023a15db13 (patch)
tree23707cc9184e2dc519167913378595c1a04a0af4
parentf107681f0a0ac1607b38c04bcdf68bf087ba7ee3 (diff)
downloadlibapr-9517a9deab3e5af0eed914e5593fa0023a15db13.tar.gz
.editorconfig: Use indent_size = 2 for CMakeLists.txt.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902294 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 9a90174ea..a961b7e53 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,3 +2,6 @@ root = true
[*]
indent_style = space
+
+[**/CMakeLists.txt]
+indent_size = 2