Skip to content

Commit d4eb763

Browse files
DenzellceWolf
authored andcommitted
chore: fix formatting issue
1 parent 20be1a7 commit d4eb763

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lua/cmake-tools/const.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ local const = {
1515
end, -- this is used to specify generate directory for cmake
1616
cmake_compile_commands_options = {
1717
action = "soft_link", -- available options: soft_link, copy, lsp, none
18-
-- soft_link: this will automatically make a soft link from compile commands file to target
19-
-- copy: this will automatically copy compile commands file to target
20-
-- lsp: this will automatically set compile commands file location using lsp
21-
-- none: this will make this option ignored
22-
target = vim.loop.cwd() -- path to directory, this is used only if action == "soft_link" or action == "copy"
18+
-- soft_link: this will automatically make a soft link from compile commands file to target
19+
-- copy: this will automatically copy compile commands file to target
20+
-- lsp: this will automatically set compile commands file location using lsp
21+
-- none: this will make this option ignored
22+
target = vim.loop.cwd(), -- path to directory, this is used only if action == "soft_link" or action == "copy"
2323
},
2424
cmake_kits_path = nil, -- this is used to specify global cmake kits path, see CMakeKits for detailed usage
2525
cmake_variants_message = {

0 commit comments

Comments
 (0)