mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Re-normalize indentation
This commit is contained in:
@@ -580,6 +580,8 @@ namespace SabreTools.Library.DatFiles
|
|||||||
|
|
||||||
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
||||||
xtw.Formatting = Formatting.Indented;
|
xtw.Formatting = Formatting.Indented;
|
||||||
|
xtw.IndentChar = '\t';
|
||||||
|
xtw.Indentation = 1;
|
||||||
|
|
||||||
// Write out the header
|
// Write out the header
|
||||||
WriteHeader(xtw);
|
WriteHeader(xtw);
|
||||||
|
|||||||
@@ -682,6 +682,8 @@ namespace SabreTools.Library.DatFiles
|
|||||||
|
|
||||||
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
||||||
xtw.Formatting = Formatting.Indented;
|
xtw.Formatting = Formatting.Indented;
|
||||||
|
xtw.IndentChar = '\t';
|
||||||
|
xtw.Indentation = 1;
|
||||||
|
|
||||||
// Write out the header
|
// Write out the header
|
||||||
WriteHeader(xtw);
|
WriteHeader(xtw);
|
||||||
|
|||||||
@@ -772,6 +772,8 @@ namespace SabreTools.Library.DatFiles
|
|||||||
|
|
||||||
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
||||||
xtw.Formatting = Formatting.Indented;
|
xtw.Formatting = Formatting.Indented;
|
||||||
|
xtw.IndentChar = '\t';
|
||||||
|
xtw.Indentation = 1;
|
||||||
|
|
||||||
// Write out the header
|
// Write out the header
|
||||||
WriteHeader(xtw);
|
WriteHeader(xtw);
|
||||||
|
|||||||
@@ -542,6 +542,8 @@ namespace SabreTools.Library.DatFiles
|
|||||||
|
|
||||||
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
||||||
xtw.Formatting = Formatting.Indented;
|
xtw.Formatting = Formatting.Indented;
|
||||||
|
xtw.IndentChar = '\t';
|
||||||
|
xtw.Indentation = 1;
|
||||||
|
|
||||||
// Write out the header
|
// Write out the header
|
||||||
WriteHeader(xtw);
|
WriteHeader(xtw);
|
||||||
|
|||||||
@@ -568,6 +568,8 @@ namespace SabreTools.Library.DatFiles
|
|||||||
|
|
||||||
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
||||||
xtw.Formatting = Formatting.Indented;
|
xtw.Formatting = Formatting.Indented;
|
||||||
|
xtw.IndentChar = '\t';
|
||||||
|
xtw.Indentation = 1;
|
||||||
|
|
||||||
// Write out the header
|
// Write out the header
|
||||||
WriteHeader(xtw);
|
WriteHeader(xtw);
|
||||||
|
|||||||
@@ -576,6 +576,8 @@ namespace SabreTools.Library.DatFiles
|
|||||||
|
|
||||||
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
XmlTextWriter xtw = new XmlTextWriter(fs, new UTF8Encoding(false));
|
||||||
xtw.Formatting = Formatting.Indented;
|
xtw.Formatting = Formatting.Indented;
|
||||||
|
xtw.IndentChar = '\t';
|
||||||
|
xtw.Indentation = 1;
|
||||||
|
|
||||||
// Write out the header
|
// Write out the header
|
||||||
WriteHeader(xtw);
|
WriteHeader(xtw);
|
||||||
|
|||||||
Reference in New Issue
Block a user