Skip to content

Commit

Permalink
add .editorconfig file (#58)
Browse files Browse the repository at this point in the history
add .editorconfig file
  • Loading branch information
rnro authored Nov 15, 2024
1 parent 94a6b2c commit 33bc819
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
1 change: 1 addition & 0 deletions .licenseignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
**.md
**.txt
**Package.swift
.editorconfig

0 comments on commit 33bc819

Please sign in to comment.