Classes: uniform sc default indentation (#134)

SuperCollider code defaults to indentation using tab. All sc codebase is
formatted like this. Here I just opened every .sc file in scide,
selected all code, and automatically indent it pressing Tab.
nix
gianlucaelia 3 years ago committed by GitHub
parent 2678173661
commit 17067137fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,3 @@
FluidDataSetQuery : FluidDataObject { FluidDataSetQuery : FluidDataObject {
*new{|server| ^super.new(server) } *new{|server| ^super.new(server) }

@ -1,5 +1,5 @@
FluidKDTree : FluidModelObject FluidKDTree : FluidModelObject
{ {
var neighbours,radius; var neighbours,radius;
@ -46,7 +46,7 @@ FluidKDTree : FluidModelObject
} }
kr{|trig, inputBuffer,outputBuffer, numNeighbours = 1, lookupDataSet| kr{|trig, inputBuffer,outputBuffer, numNeighbours = 1, lookupDataSet|
/* this.numNeighbours_(numNeighbours); /* this.numNeighbours_(numNeighbours);
lookupDataSet = lookupDataSet ? -1; lookupDataSet = lookupDataSet ? -1;
this.lookupDataSet_(lookupDataSet);*/ this.lookupDataSet_(lookupDataSet);*/

Loading…
Cancel
Save