-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Reproduce:
- emacs -q
- package-initialize
- Create a new directory with editorconfig:
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
- Create a json file with:
{
"test": 1
}
- editorconfig-apply
- editorconfig-display-current-properties yields
# EditorConfig for /Users/dustinpaluch/src/editorconfig-test/test.json
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
- Hit tab with point on the line with "test"
Expected:
I expect the line to have two spaces of indentation
Actual:
I get four spaces of indentation
Metadata
Metadata
Assignees
Labels
No labels