0.15.0 • Published 4 years ago

@theia/editorconfig v0.15.0

Weekly downloads
1,493
License
EPL-2.0 OR GPL-2....
Repository
github
Last release
4 years ago

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

Apache-2.0

0.15.0

4 years ago

0.14.0

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.19

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

6 years ago

0.3.15

6 years ago

0.3.14

6 years ago

0.3.13

6 years ago

0.3.12

6 years ago

0.3.11

6 years ago

0.3.10

6 years ago

0.3.9

6 years ago