mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix indents
This commit is contained in:
Vendored
+9
-9
@@ -1011,13 +1011,13 @@ declare module AtomCore {
|
||||
version: number;
|
||||
loadSettings: IAtomSettings;
|
||||
|
||||
/* Load or create the Atom environment in the given mode */
|
||||
loadOrCreate(mode:'editor'):IAtom;
|
||||
/* Load or create the Atom environment in the given mode */
|
||||
loadOrCreate(mode:'spec'):IAtom;
|
||||
/* Load or create the Atom environment in the given mode */
|
||||
loadOrCreate(mode:string):IAtom;
|
||||
|
||||
/* Load or create the Atom environment in the given mode */
|
||||
loadOrCreate(mode:'editor'):IAtom;
|
||||
/* Load or create the Atom environment in the given mode */
|
||||
loadOrCreate(mode:'spec'):IAtom;
|
||||
/* Load or create the Atom environment in the given mode */
|
||||
loadOrCreate(mode:string):IAtom;
|
||||
|
||||
loadState(mode:any):void;
|
||||
getStatePath(mode:any):string;
|
||||
getConfigDirPath():string;
|
||||
@@ -1030,9 +1030,9 @@ declare module AtomCore {
|
||||
new(state:IAtomState):IAtom;
|
||||
}
|
||||
|
||||
// https://atom.io/docs/api/v0.106.0/api/classes/Atom.html
|
||||
// https://atom.io/docs/api/v0.106.0/api/classes/Atom.html
|
||||
/* Global Atom class : instance members */
|
||||
interface IAtom {
|
||||
interface IAtom {
|
||||
constructor:IAtomStatic;
|
||||
|
||||
state:IAtomState;
|
||||
|
||||
Reference in New Issue
Block a user