Skip to content

Commit 37ab3ca

Browse files
committed
Fix comment formatting inconsistencies in file types config
- Standardize comment spacing - Remove extra spaces before comments - Align comment style across entries - Clean up code formatting - Improve readability
1 parent 6c515c4 commit 37ab3ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightrag_webui/src/lib/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export const supportedFileTypes = {
4444
'text/plain': [
4545
'.txt',
4646
'.md',
47-
'.mdx', //# MDX (Markdown + JSX)
48-
'.rtf', //# Rich Text Format
47+
'.mdx', // # MDX (Markdown + JSX)
48+
'.rtf', // # Rich Text Format
4949
'.odt', // # OpenDocument Text
5050
'.tex', // # LaTeX
5151
'.epub', // # Electronic Publication
@@ -74,7 +74,7 @@ export const supportedFileTypes = {
7474
'.rb', // # Ruby source code
7575
'.php', // # PHP source code
7676
'.css', // # Cascading Style Sheets
77-
'.scss', //# Sassy CSS
77+
'.scss', // # Sassy CSS
7878
'.less'
7979
],
8080
'application/pdf': ['.pdf'],

0 commit comments

Comments
 (0)