Преглед изворни кода

Merge branch 'devel-newmaster' of github.com:fiffty-50/openpilotlog into devel-newmaster

fiffty-50 пре 4 година
родитељ
комит
9be49b479f
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      STYLE.md

+ 5 - 0
STYLE.md

@@ -0,0 +1,5 @@
+# Code Style Conventions
+
+- See https://wiki.qt.io/Qt_Coding_Style for general code style guidelines.
+- Classes start with a capital letter and are camelCased.
+- Functions start with a lower case letter and are camelCased.