Skip to content

Commit

Permalink
editorconfig: set indent size for yaml and json file
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxception committed Dec 22, 2020
1 parent 5b6b2d0 commit 071c381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ switch_case_indent = true # like -ci
space_redirects = false # like -sr
keep_padding = true # like -kp
function_next_line = false # like -fn

[*.{json,yaml,yml}]
indent_size = 2

0 comments on commit 071c381

Please sign in to comment.