Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KMix KMix
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Multimedia
  • KMixKMix
  • Merge requests
  • !3

Apply modern formatting tools

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Adriaan de Groot requested to merge work/adridg/formatting into master Oct 05, 2020
  • Overview 3
  • Commits 4
  • Changes 4

The C++ code in kmix is pretty mixed. For instance, in the mixer_oss.cpp file, I can see 2-space, 4-space, tabs, tabs-and-spaces, and no indentation. This branch adds an .editorconfig and .clang-format (copied from other KDE repositories) in an attempt to standardise the formatting of the C++ code.

There's one commit showing what the effect is; I didn't want to hammer the entire codebase at once.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: work/adridg/formatting