Skip to content

Commit

Permalink
added .editorconfig (#5)
Browse files Browse the repository at this point in the history
basic editorconfig.
  • Loading branch information
jbeeko authored Mar 20, 2020
1 parent ae00914 commit eee4a8e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Content/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs

# All files
[*]
indent_style = space

# Xml files
[*.xml]
indent_size = 2

# fsharp files
[*.{fs, fsx}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit eee4a8e

Please sign in to comment.