This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#c7edcc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"viasfora.keyword.flowcontrol": { | |
"foreground": "OrangeRed", | |
"background": "Automatic", | |
"style": "None" | |
}, | |
"viasfora.keyword.linq": { | |
"foreground": "MediumSeaGreen", | |
"background": "Automatic", | |
"style": "None" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<viasfora> | |
<KeywordClassifierEnabled>False</KeywordClassifierEnabled> | |
<FlowControlKeywordsEnabled>False</FlowControlKeywordsEnabled> | |
<VisibilityKeywordsEnabled>False</VisibilityKeywordsEnabled> | |
<QueryKeywordsEnabled>False</QueryKeywordsEnabled> | |
<FlowControlUseItalics>False</FlowControlUseItalics> | |
<EscapeSequencesEnabled>True</EscapeSequencesEnabled> | |
<CurrentLineHighlightEnabled>False</CurrentLineHighlightEnabled> | |
<CurrentColumnHighlightEnabled>False</CurrentColumnHighlightEnabled> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BoldAsFont=-1 | |
Columns=110 | |
Rows=40 | |
FontHeight=10 | |
MiddleClickAction=void | |
RightClickAction=paste | |
CopyOnSelect=yes | |
ClicksTargetApp=yes | |
ThemeFile=flat-ui |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[wsl2] | |
processors=2 # Makes the WSL 2 VM use two virtual processors | |
memory=4GB # Limits VM memory in WSL 2 to 4 GB | |
swap=1GB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file was initially generated by Windows Terminal 1.2.2381.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"registry-mirrors": [ | |
"https://registry.cn-hangzhou.aliyuncs.com" | |
], | |
"insecure-registries": [], | |
"debug": false, | |
"experimental": false, | |
"features": { | |
"buildkit": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################## | |
# Common Settings | |
########################################## | |
# This file is the top-most EditorConfig file | |
root = true | |
# All Files | |
[*] | |
charset = utf-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | |
<s:String x:Key="/Default/CodeEditing/GenerateMemberBody/DocumentationGenerationKind/@EntryValue">Inherit</s:String> | |
<s:String x:Key="/Default/CodeInspection/Highlighting/AnalysisEnabled/@EntryValue">SOLUTION</s:String> | |
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=InterpolatedStringExpressionIsNotIFormattable/@EntryIndexedValue">HINT</s:String> | |
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UseFormatSpecifierInInterpolation/@EntryIndexedValue">HINT</s:String> | |
<s:Boolean x:Key="/Default/CodeStyle/CodeCleanup/CleanupOnSave/@EntryValue">True</s:Boolean> | |
<s:Boolean x:Key="/Default/CodeStyle/CodeCleanup/PartCleanupOnSave/@EntryValue">True</s:Boolean> | |
<s:String x:Key="/Default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project> | |
<PropertyGroup> | |
<LangVersion>latest</LangVersion> | |
<Nullable>enable</Nullable> | |
<NoWarn>$(NoWarn);CS1591</NoWarn> | |
<GenerateDocumentationFile>true</GenerateDocumentationFile> | |
<Version>0.1.0</Version> | |
<Company>xxx</Company> | |
<Authors>xxx</Authors> |
OlderNewer