google / xls

XLS: Accelerated HW Synthesis
http://google.github.io/xls/
Apache License 2.0
1.15k stars 165 forks source link

Add formatter/linter config files #262

Open meheff opened 3 years ago

meheff commented 3 years ago

To make it easy to run the linters and formatters for C++ (clang-tidy, clangformat, cpplint) and python (pylint, yapf) we should add config files for these various utilities and add instructions for how to run them. They should be configured to match internal Google style to minimize impedance mismatch.

cdleary commented 3 years ago

Related: https://github.com/google/xls/issues/125