================ @@ -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 ---------------- vbvictor wrote:
I'd personally want to have `double-`indentation everywhere but a lot of existing options are using `triple-` so we shouldn't enforce `double-` right now. We could in the future after some extensive refactoring but I don't think it's a big priority. https://github.com/llvm/llvm-project/pull/167269 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
