Skip to content

Commit

Permalink
Move editorconfig part 2.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Mar 6, 2024
1 parent 001322b commit f5593d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

# All files
[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf

# Xml files
[*.xml]
indent_size = 2

0 comments on commit f5593d9

Please sign in to comment.