editorconfig
editorconfig copied to clipboard
EditorConfig universal issue tracker and wiki
## Which problem does this feature fix? Sometimes files are incorrectly named and there is no easy way to modify the filename permanently. Or there are conflict in file extensions....
## Which problem does this feature fix? In some cases you have to repeat yourself: ``` [*.sh] indent_style = space indent_size = 4 [bin/*] indent_style = space indent_size = 4...
## Which problem does this feature fix? Description of what the problem is (Ex: Can't select specific file). ### Quote `Linus Torvalds` `rustfmt import` preferences for `git diff` https://www.phoronix.com/news/Linux-6.18-rc2-Rust ```...
Last I checked, AutoHotkey *.ahk files need `ascii`. It fails to process Unicode runes properly. And unfortunately `latin1` is not a subset of `utf-8`. Vintage international files use various non-Unicode...