Skip to content

Commit

Permalink
update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikgopal committed Feb 26, 2023
1 parent 1a26f44 commit a27d954
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# https://editorconfig.org

# top-most EditorConfig file
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

# This .editorconfig section approximates ktfmt's formatting rules. You can include it in an
# existing .editorconfig file or use it standalone by copying it to <project root>/.editorconfig
Expand Down

0 comments on commit a27d954

Please sign in to comment.