Crate editor_config
source ·Expand description
An [editorconfig]-parsing library
Editorconfig is a standardized configuration file for text editors
[*]
indent_style = tab
indent_size = 4
[*.js]
indent_style = space
## Parsing editorconfig
An [editorconfig]-parsing library
Editorconfig is a standardized configuration file for text editors
[*]
indent_style = tab
indent_size = 4
[*.js]
indent_style = space
## Parsing editorconfig