Fix code format and add Style object (unused)
This commit is contained in:
parent
896f98476e
commit
d15b25dba6
25 changed files with 320 additions and 201 deletions
3
makefile
3
makefile
|
|
@ -11,3 +11,6 @@ debug:
|
|||
|
||||
clean:
|
||||
@PYTHONPATH=$(UMAKE_PATH) python $(MAKE_PATH)/make.py --clean
|
||||
|
||||
lint:
|
||||
@clang-format --dry-run --Werror include/uui/*.hpp include/uui/**/*.hpp src/uui/*.cpp src/uui/**/*.cpp src/test/*.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue