igorkulman / iOSLocalizationEditor

Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side
MIT License
1.46k stars 116 forks source link

Updated Formatting to now maintain Xcode formatting #104

Closed Mcrich23 closed 1 year ago

Mcrich23 commented 1 year ago
/* 
  Localizable.strings
  App

  Created by Morris Richman on 1/15/23.

*/

Now stays on the top of the file. Additionally, there is no longer extra white space between the lines.

Mcrich23 commented 1 year ago

I made these changes because I wanted to use the app, but maintain Xcode styling. Feel free to merge it or not. Maybe someone else will want to make it into a setting.

Mcrich23 commented 1 year ago

It now also removes the Xcode heading from comments