EditorConfig
editorconfig.org
EditorConfig
1–10 of 40 posts
Re: EditorConfig
#2Re: EditorConfig
#3Re: EditorConfig
#4I guess there could be conflicts with things like hotkeys, but some tweaking should get rid of such incompatibilities.
Re: EditorConfig
#5Re: EditorConfig
#6I like this, but the list of supported properties seems pretty short. I can see there might be some difficulties making it language-aware since the file formats are simple globs, but maybe you could say something like:
[*.js]
language_style = javascript
and somewhere describe that language_style in more detail.Re: EditorConfig
#7Why would you launch without Eclipse?
Re: EditorConfig
#8Re: EditorConfig
#9The idea seems very cool, but I wonder if there is anything like this that could have more language specific stuff like "in JS (or Ruby, or ...) format your hashes/object literals/arrays/constants/... like so." I like this, but the list of supported properties seems pretty short. I can see there might be some difficulties making it language-aware since the file formats are simple globs, but maybe you could say someth…
Re: EditorConfig
#10The idea seems very cool, but I wonder if there is anything like this that could have more language specific stuff like "in JS (or Ruby, or ...) format your hashes/object literals/arrays/constants/... like so." I like this, but the list of supported properties seems pretty short. I can see there might be some difficulties making it language-aware since the file formats are simple globs, but maybe you could say someth…