Skip to content

Commit

Permalink
- Ensure that if curly braces are not used for one-liner block, Visua…
Browse files Browse the repository at this point in the history
…l Studio does not add them even though it's configured that way

- Add vwd.webinfo to the gitignore to avoid pushing that file
  • Loading branch information
sebastien-sougnez committed Nov 28, 2018
1 parent 795c310 commit bc9f716
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ root = true
# A newline ending every file
# Use 4 spaces as indentation
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
insert_final_newline = true
indent_style = space
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 bc9f716

Please sign in to comment.