Skip to content

EditorConfig plugin for Textadept

License

Notifications You must be signed in to change notification settings

Hackerpilot/editorconfig-textadept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

editorconfig-textadept

EditorConfig plugin for Textadept.

THIS PROJECT IS NO LONGER MAINTAINED

Use https://github.com/editorconfig/editorconfig-textadept instead.

Installation

  • Clone this repository.
  • Copy or symlink the editorconfig.lua file into your ".textadept" folder.
  • add require "editorconfig" to your ".textadept/init.lua" file.

What works

  • *, **, ?, [], and [!] style section headers
  • Tests
    • indentation tests
    • end_of_line tests
  • Properties
    • indent_style
    • indent_size
    • tab_width
    • end_of_line
    • root

What doesn't work

  • {}-style section headers
  • Tests
    • insert_final_newline tests
    • trim_trailing_whitespace tests
    • charset tests
  • Properties
    • trim_trailing_whitespace
    • charset
    • insert_final_newline

About

EditorConfig plugin for Textadept

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages