Skip to content

Commit

Permalink
Improvement to the .editorconfig file (umbraco#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Sougnez authored and nul800sebastiaan committed Dec 9, 2018
1 parent fb094f4 commit 1d9bb46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ indent_size = 4

# Trim trailing whitespace, limited support.
# https://github.com/editorconfig/editorconfig/wiki/Property-research:-Trim-trailing-spaces
trim_trailing_whitespace = true
trim_trailing_whitespace = true
csharp_prefer_braces = false : none
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ src/Umbraco.Web.UI.Client/[Bb]uild/*
src/Umbraco.Web.UI.Client/[Bb]uild/[Bb]elle/
src/Umbraco.Web.UI/[Uu]ser[Cc]ontrols/
src/Umbraco.Web.UI.Client/src/[Ll]ess/*.css
src/Umbraco.Web.UI.Client/vwd.webinfo
tools/NDepend/

src/Umbraco.Web.UI/App_Plugins/*
Expand Down

0 comments on commit 1d9bb46

Please sign in to comment.