Skip to content

Commit

Permalink
Add a yapf style config file. (#2477)
Browse files Browse the repository at this point in the history
This makes the default "google" style and will help prevent people from
accidentally using the yapf default style.

Fix #2428

Signed-off-by: Eric Schweitz <eschweitz@nvidia.com>
  • Loading branch information
schweitzpgi authored Dec 13, 2024
1 parent fa63aa2 commit f0fc5f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[style]
based_on_style = google

0 comments on commit f0fc5f9

Please sign in to comment.