607525be07
Editorconfig python library. This library is used by editorconfig plugins written in python. Editorconfig reads .editorconfig files that define a coding style for a project. This allows the coding style to be set by the project instead of the developer. Then the developer does not have to change style between each project, the editor knows the coding style of a file that belongs to a certain project. Packaged in pkgsrc-wip by <nros> with some adjustments by <tnn> and myself.
6 lines
404 B
Text
6 lines
404 B
Text
Editorconfig python library. This library is used by editorconfig
|
|
plugins written in python. Editorconfig reads .editorconfig files that
|
|
define a coding style for a project. This allows the coding style to be
|
|
set by the project instead of the developer. Then the developer does not
|
|
have to change style between each project, the editor knows the coding
|
|
style of a file that belongs to a certain project.
|