Skip to content

Commit b806da8

Browse files
committed
.editorconfig: Removed exclusion rule for LICENSE.txt file
1 parent 5703450 commit b806da8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.editorconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,6 @@ insert_final_newline = unset
342342
resharper_enforce_empty_line_at_end_of_file = false
343343
indent_style = unset
344344

345-
# Exclude LICENSE.txt (we should preserve original formatting here)
346-
[**/LICENSE.txt]
347-
trim_trailing_whitespace = unset
348-
insert_final_newline = unset
349-
resharper_enforce_empty_line_at_end_of_file = false
350-
indent_style = unset
351-
352345
# Exclude *.snk (we don't care about formatting here)
353346
[**/*.snk]
354347
trim_trailing_whitespace = unset

0 commit comments

Comments
 (0)