dotnet / format

Home for the dotnet-format command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apply EditorConfig settings to all matched files

glen-84 opened this issue · comments

commented

Read and apply settings from an existing EditorConfig file.

  • charset
  • end_of_line
  • indent_size
  • indent_style
  • insert_final_newline
  • trim_trailing_whitespace

Filter files based on the rules in the EditorConfig file. For example, [*] should apply settings to all text files.

Relates to dotnet/templating#4798.