All Projects → editorconfig → editorconfig-vscode

editorconfig / editorconfig-vscode

Licence: MIT license
EditorConfig extension for Visual Studio Code

Projects that are alternatives of or similar to editorconfig-vscode

SharedInfrastructure
Centralized infrastructure elements for SixLabors projects. (msbuild, linting, shared internals)
Stars: ✭ 19 (-98.27%)
Mutual labels:  editorconfig
code-guide
Code Guidelines : Moved to https://linianhui.github.io/code-guide/
Stars: ✭ 62 (-94.35%)
Mutual labels:  editorconfig
awesome-react-app
Always the latest version of "create-react-app" with awesome configurations (lint, commit lint, husk, editor config, etc)
Stars: ✭ 44 (-95.99%)
Mutual labels:  editorconfig
editorconfig-checker.javascript
A tool to verify that your files are in harmony with your .editorconfig
Stars: ✭ 59 (-94.63%)
Mutual labels:  editorconfig
figma-plugin-typescript-boilerplate
Figma plugin TypeScript boilerplate to start developing right away
Stars: ✭ 43 (-96.08%)
Mutual labels:  editorconfig
generator-node
🔧 Yeoman generator for Node projects.
Stars: ✭ 16 (-98.54%)
Mutual labels:  editorconfig
fe-standard-config-seed
前端通用代码规范自动化接入
Stars: ✭ 18 (-98.36%)
Mutual labels:  editorconfig
editorconfig-gradle-plugin
A Gradle plugin for checking whether project files comply with format rules defined in .editorconfig files and eventually also for fixing the violations
Stars: ✭ 40 (-96.36%)
Mutual labels:  editorconfig
eslint-plugin-editorconfig
An ESLint plugin to enforce EditorConfig rules
Stars: ✭ 22 (-98%)
Mutual labels:  editorconfig
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-98.27%)
Mutual labels:  editorconfig
react-typescript
React16 + HMR + typescript + webpack + tslint + tests
Stars: ✭ 21 (-98.09%)
Mutual labels:  editorconfig
editorconfig-templates
📝 A collection of useful .editorconfig templates
Stars: ✭ 19 (-98.27%)
Mutual labels:  editorconfig
editorconfig-cli
📝🔧 initialize .editorconfig in your terminal
Stars: ✭ 26 (-97.63%)
Mutual labels:  editorconfig
editorconfig.nvim
EditorConfig plugin for Neovim
Stars: ✭ 235 (-78.6%)
Mutual labels:  editorconfig
Editorconfig Sublime
Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
Stars: ✭ 1,749 (+59.29%)
Mutual labels:  editorconfig
editorconfig-defaults
No description or website provided.
Stars: ✭ 21 (-98.09%)
Mutual labels:  editorconfig
scala-basic-skeleton
Starting point if you want to bootstrap a project in Scala
Stars: ✭ 16 (-98.54%)
Mutual labels:  editorconfig
node-lintspaces
A validator for checking different kinds of whitespaces in your files.
Stars: ✭ 31 (-97.18%)
Mutual labels:  editorconfig
Editorconfig Vim
EditorConfig plugin for Vim
Stars: ✭ 2,739 (+149.45%)
Mutual labels:  editorconfig
ace-mode-solidity
Ace ( https://ace.c9.io/ ) Edit Mode for Ethereum's Solidity language ( https://solidity.readthedocs.io/en/latest/ ).
Stars: ✭ 25 (-97.72%)
Mutual labels:  editorconfig

EditorConfig for Visual Studio Code

GitHub Actions Gitter

This plugin attempts to override user/workspace settings with settings found in .editorconfig files. No additional or vscode-specific files are required. As with any EditorConfig plugin, if root=true is not specified, EditorConfig will continue to look for an .editorconfig file outside of the project.

This repository is specific to the EditorConfig Extension for Visual Studio Code. Internally, it uses the editorconfig npm package, which is one of a few EditorConfig cores available.

See also:

Feel free to submit any issues you may have via the issue tracker.

Installation

When identifying an extension, provide the full name of the form publisher.extension. For this extension, that's editorconfig.editorconfig.

See Extension Marketplace for 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 tabs into an existing one or focus into the editor you already have open. When activated, it uses editorconfig to resolve the configuration for that particular file and applies any relevant editor 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 context menu by right-clicking in the folder where you'd like it to be and selecting Generate .editorconfig.

Known Issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].