summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorakshit-sharma <akshit9sharma@gmail.com>2019-03-02 21:39:44 -0700
committerakshit-sharma <akshit9sharma@gmail.com>2019-03-02 21:39:44 -0700
commit163f0ab06e29e68f944a3159dd3cbac7949e006d (patch)
treed2e3d7cced0b44e11656120afab224b3ad92d6c5 /doc
parentc4328f2a31a8acac96ca8d7615231812bad700bf (diff)
downloadale-163f0ab06e29e68f944a3159dd3cbac7949e006d.zip
clang-format supported with nvcc (cuda files)
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-cuda.txt7
-rw-r--r--doc/ale.txt1
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-cuda.txt b/doc/ale-cuda.txt
index 052b3363..0e53f756 100644
--- a/doc/ale-cuda.txt
+++ b/doc/ale-cuda.txt
@@ -22,4 +22,11 @@ g:ale_cuda_nvcc_options *g:ale_cuda_nvcc_options*
This variable can be changed to modify flags given to nvcc.
===============================================================================
+clang-format *ale-cuda-clangformat*
+
+See |ale-c-clangformat| for information about the available options.
+Note that the C options are also used for cuda.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale.txt b/doc/ale.txt
index efba5e35..31907eb0 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -103,6 +103,7 @@ ALE supports the following key features for linting:
stylelint...........................|ale-css-stylelint|
cuda..................................|ale-cuda-options|
nvcc................................|ale-cuda-nvcc|
+ clang-format........................|ale-cuda-clangformat|
d.....................................|ale-d-options|
dls.................................|ale-d-dls|
uncrustify..........................|ale-d-uncrustify|