================ @@ -0,0 +1,8 @@ +[clang-tidy/checks/**/*.rst] +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf +indent_style = space +indent_size = 2 ---------------- zeyi2 wrote:
I'm not sure this is necessary. The clang-tidy docs currently mix single- ,double-, triple-space indentation. (mainly in `.. code-block::` and `.. option::`) https://github.com/llvm/llvm-project/pull/167269 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
