specification
specification copied to clipboard
Specification of EditorConfig file format
Results
22
specification issues
Sort by
recently updated
recently updated
newest added
We need to clarify the `indent_size` specification option. Maybe we can think about adding new non-normative section as well. Assume we have these `.editorconfig` settings: ```(ini) indent_style = space indent_size...
help wanted
This issue inspired from the following discussion: Currently, the spec defines the following components: ``` In EditorConfig: - "EditorConfig files" (named ``.editorconfig`` in lowercase) include section(s) storing key-value pairs. EditorConfig...
help wanted
clarification