brackets-editorconfig icon indicating copy to clipboard operation
brackets-editorconfig copied to clipboard

Brackets extension for supporting EditorConfig features

EditorConfig for Brackets

EditorConfig helps developers maintain consistent coding styles between different editors.

Based on @MiguelCastillo's Brackets-wsSanitizer and utilizing EditorConfig JavaScript Core library.

Supported properties

  • root
  • indent_style
  • indent_size
  • trim_trailing_whitespace
  • insert_final_newline

Features

  • Applies the above settings from your .editorconfig file
  • Syntax highlights .editorconfig files

License

MIT © Chen-Heng Chang