-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91ad0e7
commit d75fecb
Showing
4 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# WARNING: Only edit this file in the Lombiq .NET Analyzers repository's "Lombiq.Analyzers" folder. A copy of this file | ||
# anywhere else will be overwritten. | ||
|
||
# All files | ||
[*] | ||
|
||
# Basics | ||
charset = utf-8 | ||
guidelines = 120 1px solid a0ffc000, 150 1px solid 80ff0000 | ||
|
||
# Indentation and spacing | ||
indent_size = 4 | ||
indent_style = space | ||
trim_trailing_whitespace = true | ||
|
||
# New line preferences | ||
end_of_line = crlf | ||
insert_final_newline = true | ||
tab_width = 4 | ||
|
||
# Various config files | ||
[*.{config,csproj,json,props,targets}] | ||
|
||
indent_size = 2 | ||
|
||
# Markdown files | ||
[*.md] | ||
|
||
trim_trailing_whitespace = false | ||
|
||
# JavaScript files | ||
[*.js] | ||
|
||
# Placeholder, no unique rules for JS files at the moment. | ||
|
||
|
||
# SCSS files | ||
[*.scss] | ||
|
||
# Placeholder, no unique rules for SCSS files at the moment. | ||
|
||
# PowerShell files | ||
[*.ps1] | ||
|
||
# Placeholder, no unique rules for PS files at the moment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters