- Notifications
You must be signed in to change notification settings - Fork108
Syntax
Hong Xu edited this pageJul 12, 2021 ·4 revisions
This page is archived. Check out thespecification for a formal description.
.editorconfig
files are INI files with a simple syntax defined inthe spec.
It is somewhat compatible with the format used byPython ConfigParser Library. But there are a few noticeable points:
[
and]
can be used inside the sections ([...]
);- Comments should go in individual lines, we are not sure whether appending comments may cause issues.
- There is no official support for fancy stuff like continuation and quoting. You probably should not rely on it.
The wiki is disabled from public edits due to spams. If you would like to request a change in wiki, please open anew discussion.