aboutsummaryrefslogtreecommitdiff
path: root/plugins/editorconfig
AgeCommit message (Collapse)Author
2025-09-01add editorconfig fallback config path option (#27)Merlin Diavova
- Add configurable fallback path for a .editorconfig file - Use fallback when no project config is found * Update plugins/editorconfig/init.lua --------- Co-authored-by: Merlin Diavova <merlin@amespalsh.co.uk>
2025-02-18editorconfig: added bom handling supportjgmdev
2023-10-05Added upcoming cli api support to editorconfig (#4)Jefferson González
2023-08-09editorconfig fix for new pragtical changesjgmdev
2023-07-30Changes needed for new project changesjgmdev
2023-06-02editorconfig: fix issue with final new linesjgmdev
2023-05-27editorconfig: added charset supportjgmdev
2022-12-24added editorconfig plugin (#163)Jefferson González
* properly ignore comments on declarations * strip newlines when insert_final_newline set to false * force match up to the end * support unset property * make property values case insensitive * handle indent_size when set to tab * handle escaped comment chars * also lowercase property names * support utf-8 as on spec * apply rules to unsaved unamed/named docs * annotation fix * added test suite and fixes for 100% pass rate * do not force match from start, breaks 2 tests * allow starting wild cards to match everything * disabled print buffering * make last line visible if insert_final_newline true * use log_quiet for debug * adapted to changes on lite-xl/lite-xl#1232 * properly return from add/remove_project_directory overrides * Use new trimwhitespace functionality if possible