Minor whitespace/docstring refactor
This commit is contained in:
parent
54c6301f45
commit
8e7f97167a
2 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
(defvar +cc-default-include-paths (list "include/")
|
(defvar +cc-default-include-paths (list "include/")
|
||||||
"A list of default paths, relative to a project root, to search for headers in
|
"A list of default paths, relative to a project root, to search for headers in
|
||||||
C/C++. Paths can be absolute. This is ignored if your project has a JSON
|
C/C++. Paths can be absolute. This is ignored if your project has a compilation
|
||||||
compilation database.")
|
database.")
|
||||||
|
|
||||||
(defvar +cc-default-compiler-options
|
(defvar +cc-default-compiler-options
|
||||||
`((c-mode . nil)
|
`((c-mode . nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue