@devpodio/editorconfig

0.6.3 • Public • Published

Theia - Editorconfig Extension

The extension provides supporting for Editorconfig in Theia.

What is EditorConfig?

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.

Below is an example .editorconfig file setting end-of-line and indentation styles for JavaScript and JSON files.

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Indentation override for all JS
[*.js]
indent_style = space
indent_size = 4

# Indentation override for JSON files
[*.json]
indent_style = space
indent_size = 2

Check http://EditorConfig.org for more details.

License

Readme

Keywords

Package Sidebar

Install

npm i @devpodio/editorconfig

Weekly Downloads

0

Version

0.6.3

License

EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

Unpacked Size

67.6 kB

Total Files

41

Last publish

Collaborators

  • devpodnpm
  • unibtc