summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-07-09 19:45:52 +0000
committerIvan Zhakov <ivan@apache.org>2022-07-09 19:45:52 +0000
commit8edeaa4a9affbb6e90f1ebc40aa1efc779da88ea (patch)
tree4f9bd619c959ec2fc2402d6078d680e72fb9c5cc
parent9e9aa8e3290ceb1266b30c7c3a66cd28885ebc31 (diff)
downloadapr-8edeaa4a9affbb6e90f1ebc40aa1efc779da88ea.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