Skip to content

Commit

Permalink
Enforcing tabs not spaces - closes #121
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Feb 17, 2022
1 parent b03ff7a commit 5cc1822
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Add file header
file_header_template = Jeebs Rapid Application Development\nCopyright (c) bfren - licensed under https://mit.bfren.dev/2013

# Use tabs
indent_style = tab
indent_size = tab
tab_size = 4

# RCS1197: Optimize StringBuilder.Append/AppendLine call.
dotnet_diagnostic.RCS1197.severity = none

Expand Down

0 comments on commit 5cc1822

Please sign in to comment.