Skip to content

Commit

Permalink
Add .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
JKrag committed Feb 9, 2021
1 parent f724329 commit 47d4cd3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
##########################################
# Common Settings
##########################################

# This file is the top-most EditorConfig file
root = true

# All Files
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

##########################################
# File Extension Settings
##########################################

# Markdown Files
[*.md]
trim_trailing_whitespace = true

# Bash Files
[*.sh]
end_of_line = lf

0 comments on commit 47d4cd3

Please sign in to comment.