florianlederer / mvv-display-for-ESP32

Show the departures for your station. Only for MVV.
GNU General Public License v3.0
67 stars 16 forks source link

Minor: Whitespace fixes and coding style uniformity #24

Closed jbob closed 4 years ago

florianlederer commented 4 years ago

@jbob Welches Tool verwendest du zum korrigieren des Coding Styles?

jbob commented 4 years ago

Vim :-P Der fixt mir aber nur Tabs vs. spaces, indentation und trailling whitespaces in einer Zeile. Klammern in der falschen Zeile usw. ist Handarbeit

florianlederer commented 4 years ago

Ahh ok :/ Kennst du etwas das uns das automatisch machen kann?

jbob commented 4 years ago

Leider nicht für C, damit mach ich zu wenig.

jbob commented 4 years ago

Kurzes Googlen hat das gefunden: http://clang.llvm.org/docs/ClangFormat.html