Misc: update packages & apps, ROCm, SSH, ...
Framework LED Matrix, over amplication, Mac fnmode for Fedora, OBS CQ, Python config for Helix and yapf3
This commit is contained in:
@@ -32,6 +32,10 @@ cd clang-format
|
||||
./clang-format
|
||||
cd ..
|
||||
|
||||
cd yapf
|
||||
./yapf
|
||||
cd ..
|
||||
|
||||
cd home-chmod
|
||||
./home-chmod
|
||||
cd ..
|
||||
|
||||
5
auto/yapf/style
Normal file
5
auto/yapf/style
Normal file
@@ -0,0 +1,5 @@
|
||||
[style]
|
||||
use_tabs = true
|
||||
column_limit = 100
|
||||
continuation_align_style = fixed
|
||||
continuation_indent_width = 1
|
||||
3
auto/yapf/yapf
Executable file
3
auto/yapf/yapf
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
mkdir -p ~/.config/yapf
|
||||
mv -i style ~/.config/yapf/
|
||||
Reference in New Issue
Block a user