summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-07-09 19:53:21 +0000
committerIvan Zhakov <ivan@apache.org>2022-07-09 19:53:21 +0000
commit3741a5f74f39564484ec624639b23fbb1999c1e5 (patch)
treec148dc2f0b9b57318fc999a6584df6d2cc54eceb
parenta8cb37a0409d78d3df5cfbf6caf4c2e7b8714f71 (diff)
downloadapr-3741a5f74f39564484ec624639b23fbb1999c1e5.tar.gz
On 1.8.x branch: Merge r1902610 from trunk:
.editorconfig: Use ident_size = 2 for *.json. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1902611 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