summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-07-09 19:45:52 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-07-09 19:45:52 +0000
commit1360e1d61b4ab2f5762c717f641cf8b6f3df7efa (patch)
tree4f9bd619c959ec2fc2402d6078d680e72fb9c5cc
parent6543a7d7e83a56cf25074e082d542606185c8ecc (diff)
downloadlibapr-1360e1d61b4ab2f5762c717f641cf8b6f3df7efa.tar.gz
.editorconfig: Use ident_size = 2 for *.json.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902610 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index a961b7e53..fcc7023b5 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,3 +5,6 @@ indent_style = space
[**/CMakeLists.txt]
indent_size = 2
+
+[*.json]
+ident_size = 2