mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
added Clangd format_on_save (#621)
* clang autoformat do save lot of trouble * clang autoformat do save lot of trouble * clang indentation done, comments updated * clang indentation done, comments updated Co-authored-by: Mayank Sharma <info@Mayanks-MacBook-Air.local>
This commit is contained in:
parent
049fd808d9
commit
7dc564c427
3 changed files with 18 additions and 1 deletions
|
@ -83,6 +83,12 @@ O.lang.go.autoformat = true
|
|||
|
||||
-- rust
|
||||
O.lang.rust.autoformat = true
|
||||
|
||||
-- clang
|
||||
O.lang.clang.autoformat = false -- Set to true to enable auto-format in C/C++ files.
|
||||
|
||||
|
||||
|
||||
-- create custom autocommand field (This would be easy with lua)
|
||||
|
||||
-- Turn off relative_numbers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue