Skip to content

Commit

Permalink
Merge pull request #5015 from sellout/editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored May 29, 2024
2 parents ec6603a + efcff6e commit f8e827d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Multi-editor style config: https://EditorConfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true

0 comments on commit f8e827d

Please sign in to comment.