File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -496,6 +496,34 @@ insert_final_newline = unset
496496resharper_enforce_empty_line_at_end_of_file = false
497497indent_style = unset
498498
499+ # Exclude TagSoup stml files (copied directly from TagSoup)
500+ [** /TagSoup/stml/** ]
501+ trim_trailing_whitespace = unset
502+ insert_final_newline = unset
503+ resharper_enforce_empty_line_at_end_of_file = false
504+ indent_style = unset
505+
506+ # Exclude TagSoup tssl files (copied directly from TagSoup)
507+ [** /TagSoup/tssl/** ]
508+ trim_trailing_whitespace = unset
509+ insert_final_newline = unset
510+ resharper_enforce_empty_line_at_end_of_file = false
511+ indent_style = unset
512+
513+ # Exclude TagSoup .tt files (copied directly from TagSoup)
514+ [** /TagSoup/* .tt ]
515+ trim_trailing_whitespace = unset
516+ insert_final_newline = unset
517+ resharper_enforce_empty_line_at_end_of_file = false
518+ indent_style = unset
519+
520+ # Exclude TagSoup .Generated.cs files (copied directly from TagSoup)
521+ [** /TagSoup/* .Generated.cs ]
522+ trim_trailing_whitespace = unset
523+ insert_final_newline = unset
524+ resharper_enforce_empty_line_at_end_of_file = false
525+ indent_style = unset
526+
499527# Exclude *.tssl files (xml copied directly from TagSoup)
500528[** /* .tssl ]
501529trim_trailing_whitespace = unset
You can’t perform that action at this time.
0 commit comments