calculator/src/Calculator
Oleg Abrazhaev 2826d37056 Fix the project code style, as it is not consistent. (#236)
Fixes #202
This PR fixes code style for the project files.

The Problem
Different files in the project use different code style. That is not consistent and leads to harder maintenance of the project.

Description of the changes:
Have investigated and determined the most used code style across the given codebase
Have configured IDE and applied code style to all project files.
Have crafted clang-formatter config.
see https://clang.llvm.org/docs/ClangFormat.html
https://clang.llvm.org/docs/ClangFormatStyleOptions.html
Some cases were fixed manually
How changes were validated:
manual/ad-hoc testing, automated testing

All tests pass as before because these are only code style changes.
Additional
Please review, and let me know if I have any mistake in the code style. In case of any mistake, I will change the configuration and re-apply it to the project.
2019-05-02 11:59:19 -07:00
..
Assets Optimised images losslessly. (#229) 2019-03-13 16:37:50 -07:00
Common Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Controls Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Converters Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
DesignData Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Resources Add support for Pyeong, a Korean floorspace unit. (#444) 2019-04-16 17:53:08 -07:00
Views Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
AboutFlyout.xaml Update the year in the Copyright string (#320) 2019-03-25 11:11:24 -07:00
AboutFlyout.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
AboutFlyout.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
App.xaml Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
App.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
App.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Calculator.rc Hello GitHub 2019-01-28 16:24:37 -08:00
Calculator.vcxproj Update winui to 2.1 (#484) 2019-05-01 09:26:30 -07:00
Calculator.vcxproj.filters Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
Package.appxmanifest Hello GitHub 2019-01-28 16:24:37 -08:00
packages.config Update winui to 2.1 (#484) 2019-05-01 09:26:30 -07:00
pch.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
pch.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
TemporaryKey.pfx Add TemporaryKey.pfx (#354) 2019-03-21 17:03:42 -07:00
WindowFrameService.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
WindowFrameService.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00