Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/wiki/formatter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The language server has a built-in code formatter, courtesy of [`CppCXY/EmmyLuaC

## Configuration

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

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

Expand Down