Skip to content

Commit

Permalink
Add .editorconfig (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Oct 11, 2024
1 parent c0572ed commit 307a2e7
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 307a2e7

Please sign in to comment.