Only auto-format for certain languages

Fixes #53
Fixes #207
This commit is contained in:
Blaž Hrastnik 2021-06-12 10:20:37 +09:00
parent 69fe46a122
commit 278361a086
3 changed files with 11 additions and 3 deletions

View file

@ -28,8 +28,8 @@ pub struct LanguageConfiguration {
pub file_types: Vec<String>, // filename ends_with? <Gemfile, rb, etc>
pub roots: Vec<String>, // these indicate project roots <.git, Cargo.toml>
// pub path: PathBuf,
// root_path for tree-sitter (^)
#[serde(default)]
pub auto_format: bool,
// content_regex
// injection_regex