Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

EditorConfig extension for Visual Studio Code

License

NotificationsYou must be signed in to change notification settings

editorconfig/editorconfig-vscode

Repository files navigation

GitHub ActionsGitter

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.

Installation

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.

Supported Properties

  • indent_style
  • indent_size
  • tab_width
  • end_of_line (on save)
  • insert_final_newline (on save)
  • trim_trailing_whitespace (on save)

On the backlog

  • charset

How it works

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 useseditorconfigto 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.

Known Issues

About

EditorConfig extension for Visual Studio Code

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp