Skip to content

Commit

Permalink
Add initial repo configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLak committed Mar 18, 2024
1 parent 887faae commit ee8e74c
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig: https://EditorConfig.org
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
charset = utf-8

[*.md]
trim_trailing_whitespace = false

[*.{vim,sh}]
indent_size = 4
max_line_length = 80

[*.{bat,vbs,ps1}]
end_of_line = CRLF
Loading

0 comments on commit ee8e74c

Please sign in to comment.