EditorConfig Plugin for Textadept
This is an EditorConfig plugin for Textadept.
Installation
Install From source
Install the EditorConfig Lua Core. Simply run the following command to install:
luarocks install editorconfig-coreInstall the
editorconfig.luamodule to your Textadept_USERHOME.cd ~/.textadept mkdir -p modules/textadept/editing cp /path/to/editorconfig.lua modules/textadept/editing echo "require(\"textadept.editing.editorconfig\")" >> init.luaCheck the Manual for further information about module installation and how to configure Textadept.
Supported Properties
The Textadept EditorConfig plugin supports the following EditorConfig properties:
- indent_style
- indent_size
- tab_width
- end_of_line
- charset
- trim_trailing_whitespace
- insert_final_newline