Skip to content

Commit bf2239a

Browse files
authored
Say that EditorConfig uses INI (#88)
1 parent 0dd6680 commit bf2239a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/wiki/formatter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The language server has a built-in code formatter, courtesy of [`CppCXY/EmmyLuaC
1919

2020
## Configuration
2121

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.
2323

2424
A template `.editorconfig` can be found at [`CppCXY/EmmyLuaCodeStyle/lua.template.editorconfig`](https://github.com/CppCXY/EmmyLuaCodeStyle/blob/master/lua.template.editorconfig).
2525

0 commit comments

Comments
 (0)