Skip to content

Commit

Permalink
Maintenance: Add .editorconfig file to try to standardize formatting. (
Browse files Browse the repository at this point in the history
  • Loading branch information
bgianfo authored Apr 13, 2021
1 parent bc76883 commit fe7216c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Top-most EditorConfig file
root = true

# Use same style for all files
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
insert_final_newline = false
trim_trailing_whitespace = true

0 comments on commit fe7216c

Please sign in to comment.