Uploaded image for project: 'Qt Bugtracking interface'
  1. Qt Bugtracking interface
  2. QTJIRA-340

Change Jira default coding style to c++

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Other
    • None

    Description

      When formatting code, the default coding style is 'java' which e.g. does not highlight the #include statements properly. Since nobody will ever change it afterwards manually I suggest to default it to cpp.

      java coding style:

      #include <QtWidgets>
      

      C++ coding style:

      #include <QtWidgets>
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ablasche Alex Blasche
            chehrlic Christian Ehrlicher
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes