Closed Dynalon closed 10 years ago
I noticed the indentation issue. It views fine on Xamarin Studio, but once the code is checked in, the indentation changes.
Having a style sheet would be really good, also at most places the braces after control statements is not uniform, at some places it goes on to next line and in others it stays on the same.
I think we can use the style guide which is used for (Mono project)[http://mono-project.com/Coding_Guidelines] as a reference to draft our style guide.
Good call guys! Is this what you are talking about? https://www.dropbox.com/s/mv68x51fwu3wfj5/Screenshot%202014-04-28%2013.00.16.png
This PR adapts tomboy.osx to the changes I did in tomboy-library master.
On a side note and unrelated to this PR, I discovered that indentation & whitespaces is completely broken in tomboy.osx. Tabs & spaces are mixed everywhere, some lines use tabs, some spaces etc. We should decide on a style guide for tomboy-notes organization and put them as project-specific settings into all relevant .csproj files.