Skip to content

Commit

Permalink
Add .editorconfig (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Sep 22, 2024
1 parent 3d486fe commit 9875160
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EditorConfig <https://EditorConfig.org>
root = true

# elementary defaults
[*]
charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = space
insert_final_newline = true
max_line_length = 80
tab_width = 4

# Markup files
[{*.html,*.xml,*.xml.in,*.yml}]
tab_width = 2

0 comments on commit 9875160

Please sign in to comment.