Skip to content

Commit

Permalink
Add an .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Sep 29, 2023
1 parent 458de3f commit 773b91a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
root = true

[*]
encoding = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[{*.py, bin/meld, setup.cfg}]
indent_style = space
indent_size = 4

[{meson.build, meson_options.txt}]
indent_style = space
indent_size = 2

[*.page]
indent_style = space

[*.{xml,json}]
indent_style = space
indent_size = 2

0 comments on commit 773b91a

Please sign in to comment.