Frank Fesevur
Frank Fesevur
The main reason to create this repo and put the defaults in a JSON file was so others can use this information, for instance a plugin can use it allow...
In https://github.com/editorconfig/editorconfig/issues/298 we discussed that we need a way to specify the official standard configuration. For example the YAML specs require spaces for indention and Makefile need tab indention
In https://github.com/editorconfig/editorconfig/issues/331 the websites https://standardjs.com/ and https://github.com/standard/standard are mentioned. Not sure how broad that is supported by the general JavaScript community, but at least worth taken a look at. My...
At the moment `editorconfig-defaults.json` is a single file. But maybe for better maintenance it could be better to split it. BUT that would require for a mechanism to combine the...
I am not an expert in JSON schema's but I don't think that all the matchers should be specified in the schema. Starts at line 79 in `editorconfig-defaults.schema.json`
There is a problem with the validator. when you change an entry to `indent_style = 1` the validator still says it is valid
Not all official keys are in the schema, like `trim_trailing_spaces`
There are several node based checks in the repo. A CI integration would allow to check everything on a commit or pull request. What CI? Travis?
You recently implemented #336, #341 and #342. I would love to use these messages in https://github.com/editorconfig/editorconfig-notepad-plus-plus. Do you have plans to release a new version which includes these features?
It would be great to be able to load a gpx file with a track into the app and show the track on the map. Nothing fancy, just show it...