diff --git a/src/.editorconfig b/src/.editorconfig index a751d64..985a5a0 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -1,6 +1,9 @@ # TODO: Uncomment when analyzer line ending problem is fixed #root = true +[*] +max_line_length = 500 + [*.{csproj,props,targets,xml}] indent_style = space indent_size = 2