-
is there any way to give plugin a priority to load? suppose i have a plugin A and B both are written in vim script. Plugin A set indent=4 and B set indent=8. i want Plugin A have to higher priority (…
-
```
"The EditorConfig project consists of a file format for defining coding styles
and a collection of text editor plugins that enable editors to read the file
format and adhere to defined styles."[…
-
the doc here say the key is
`Number of imports required for '*'`
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
But obviously it's not the config key.
##
Want to back th…
-
We should add an editorconfig-file to the repo. This will allow us to define a coding standard that will be consistent for all collaborators, assuming they install the editorconfig plugin for their te…
-
I currently have this code to render the LexicalView:
```swift
let theme = Theme()
let editorConfig = EditorConfig(theme: theme, plugins: [InlineImagePlugin()])
let lexical…
-
http://editorconfig.org/
What is EditorConfig?
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of…
-
Split out from https://github.com/DEVSENSE/phptools-docs/issues/101
> whether to use tabs or spaces for indentation (vscode setting editor.insertSpaces)
One thing I noticed here is that this ign…
-
From [jEdit bug tracker](http://sourceforge.net/tracker/?func=detail&atid=565475&aid=3554307&group_id=588) reported by Jarek Czekalski:
> I discovered .editorconfig has priority over jedit properties…
-
Since calling a CLI is slow, I shouldn't have to call it for every single file. There should be a way to supply multiple paths and have the CLI return a list of processed files with configs.
Maybe ha…
-
I've been having trouble with this plugin for about a year now. My default on most projects is to use tabs. Our work project uses spaces and has a `.editorconfig` to reflect this. Though very often wh…