- Notifications
You must be signed in to change notification settings - Fork131
EditorConfig extension for Visual Studio Code
License
editorconfig/editorconfig-vscode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This pluginattempts to override user/workspace settings withsettings found in.editorconfig
files. No additional or vscode-specific filesare required. As with any EditorConfig plugin, ifroot=true
is not specified,EditorConfigwill continue to lookfor an.editorconfig
file outside of the project.
This repository is specific to theEditorConfig Extension for Visual Studio Code. Internally, it uses theeditorconfig
npm package, which is one of a fewEditorConfig cores available.
See also:
Feel free to submit any issues you may have via theissue tracker.
When identifying an extension, provide the full name of the formpublisher.extension
. For this extension, that'seditorconfig.editorconfig
.
SeeExtension Marketplacefor more information on the multiple ways of installing VSCode extensions.
indent_style
indent_size
tab_width
end_of_line
(on save)insert_final_newline
(on save)trim_trailing_whitespace
(on save)
charset
This extension is activated whenever you open a new text editor, switch tabsinto an existing one or focus into the editor you already have open. Whenactivated, it useseditorconfig
to resolve the configuration for that particular file and applies any relevanteditor settings.
Note: some settings can only be applied on file save, as indicated above.
A new.editorconfig
file can be created via the Explorer sidebar's contextmenu by right-clicking in the folder where you'd like it to be and selectingGenerate .editorconfig
.
About
EditorConfig extension for Visual Studio Code
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.