I recently started using Android Studio. It uses this default brace style:
public void scanFile(String filePath) { }
The code I need to send should be written as follows:
public void scanFile(String filePath) { }
Where can I find the setting for this?
android android-studio
user3081519 Apr 18 '14 at 2:54 on 2014-04-18 02:54
source share