Убрано автоматическое добавления пробела в комментарии (конфликт с PVS)

This commit is contained in:
Andrei Astafev 2020-05-26 15:35:39 +03:00
parent 7324d80f3d
commit 7424dcf8eb

View File

@ -860,7 +860,7 @@ sp_extern_paren = ignore # ignore/add/remove/force
# Add or remove space after the opening of a C++ comment,
# i.e. '// A' vs. '//A'.
sp_cmt_cpp_start = add # ignore/add/remove/force
sp_cmt_cpp_start = ignore # ignore/add/remove/force
# If true, space is added with sp_cmt_cpp_start will be added after doxygen
# sequences like '///', '///<', '//!' and '//!<'.