Skip to content

Commit

Permalink
Merge pull request #1 from arlen/develop (NOJIRA)
Browse files Browse the repository at this point in the history
Set .editorconfig default indent to 2 spaces (NOJIRA)
  • Loading branch information
benno authored Jan 2, 2022
2 parents e896c66 + b1b3273 commit c0661db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
Expand Down

0 comments on commit c0661db

Please sign in to comment.