You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/wiki/formatter.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The language server has a built-in code formatter, courtesy of [`CppCXY/EmmyLuaC
19
19
20
20
## Configuration
21
21
22
-
The configuration file must be called `.editorconfig` and uses YAML syntax. This file must be in the project root, however, you can also have multiple in different directories if you want the various directories to format differently.
22
+
The configuration file must be called `.editorconfig` and uses INI syntax. This file must be in the project root, however, you can also have multiple in different directories if you want the various directories to format differently.
23
23
24
24
A template `.editorconfig` can be found at [`CppCXY/EmmyLuaCodeStyle/lua.template.editorconfig`](https://github.com/CppCXY/EmmyLuaCodeStyle/blob/master/lua.template.editorconfig).
0 commit comments